home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / mc-3.2 / mc-3 / mc-3.2.1 / acconfig.h next >
Encoding:
C/C++ Source or Header  |  1996-05-17  |  4.0 KB  |  164 lines

  1. /* This is the configuration file for the Midnight Commander. It was generated
  2.    by autoconf's configure.
  3.    
  4.    Configure for Midnight Commander
  5.    Copyright (C) 1994, 1995 Janne Kukonlehto
  6.    Copyright (C) 1994, 1995 Miguel de Icaza
  7.    Copyright (C) 1995 Jakub Jelinek
  8.    
  9.    This program is free software; you can redistribute it and/or modify
  10.    it under the terms of the GNU General Public License as published by
  11.    the Free Software Foundation; either version 2 of the License, or
  12.    (at your option) any later version.
  13.    
  14.    This program is distributed in the hope that it will be useful,
  15.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.    GNU General Public License for more details.
  18.  
  19.    You should have received a copy of the GNU General Public License
  20.    along with this program; if not, write to the Free Software
  21.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  22.    
  23. #include <VERSION>
  24.  
  25.  
  26. @TOP@
  27.  
  28.  
  29. #undef D_INO_IN_DIRENT
  30. #undef IS_AIX
  31. #undef MOUNTED_FREAD
  32. #undef MOUNTED_FREAD_FSTYP
  33. #undef MOUNTED_GETFSSTAT
  34. #undef MOUNTED_GETMNT
  35. #undef MOUNTED_GETMNTENT1
  36. #undef MOUNTED_GETMNTENT2
  37. #undef MOUNTED_GETMNTINFO
  38. #undef MOUNTED_VMOUNT
  39. #undef STAT_STATFS2_BSIZE
  40. #undef STAT_STATFS2_FSIZE
  41. #undef STAT_STATFS2_FS_DATA
  42. #undef STAT_STATFS3_OSF1
  43. #undef STAT_STATFS4
  44. #undef STAT_STATVFS
  45.  
  46. /* Does your system provide the umode_t typedef? */
  47. #undef umode_t
  48.  
  49. /* Does the file command accepts the -L option */
  50. #undef FILE_L
  51.  
  52. /* Does the file command work well with - option for stdin? */
  53. #undef FILE_STDIN
  54.  
  55. /* Is the program using the GPM library? */
  56. #undef HAVE_LIBGPM
  57.  
  58. /* Is the program using the distributed slang library? */
  59. #undef HAVE_SLANG
  60.  
  61. /* Does the program have subshell support? */
  62. #undef HAVE_SUBSHELL_SUPPORT
  63.  
  64. /* If you don't have gcc, define this */
  65. #undef OLD_TOOLS 
  66.  
  67. /* Are you using other type of curses? */
  68. #undef OTHER_CURSES
  69.  
  70. /* Is the subshell the default or optional? */
  71. #undef SUBSHELL_OPTIONAL
  72.  
  73. /* Use SunOS SysV curses? */
  74. #undef SUNOS_CURSES
  75.  
  76. /* Use old BSD curses? */
  77. #undef USE_BSD_CURSES
  78.  
  79. /* Use SystemV curses? */
  80. #undef USE_SYSV_CURSES
  81.  
  82. /* Use Ncurses? */
  83. #undef USE_NCURSES
  84.  
  85. /* If you Curses does not have color define this one */
  86. #undef NO_COLOR_SUPPORT
  87.  
  88. /* Support the Midnight Commander Virtual File System? */
  89. #undef USE_VFS
  90.  
  91. /* Support for the Memory Allocation Debugger */
  92. #undef HAVE_MAD
  93.  
  94. /* Extra Debugging */
  95. #undef MCDEBUG
  96.  
  97. /* If the Slang library will be using it's own terminfo instead of termcap */
  98. #undef SLANG_TERMINFO
  99.  
  100. /* If Slang library should use termcap */
  101. #undef USE_TERMCAP
  102.  
  103. /* If you have socket and the rest of the net functions use this */
  104. #undef USE_NETCODE
  105.  
  106. /* If defined, use .netrc for FTP connections */
  107. #undef USE_NETRC 
  108.  
  109. /* If your operating system does not have enough space for a file name
  110.  * in a struct dirent, then define this
  111.  */
  112. #undef NEED_EXTRA_DIRENT_BUFFER
  113.  
  114. /* Define if you want the du -s summary */
  115. #undef HAVE_DUSUM
  116.  
  117. /* Define if your du does handle -b correctly */
  118. #undef DUSUM_USEB
  119.  
  120. /* Define to size of chunks du is displaying its information.
  121.  * If DUSUM_USEB is defined, this should be 1
  122.  */
  123. #define DUSUM_FACTOR 512
  124.  
  125. /* Define this one if you want termnet support */
  126. #undef USE_TERMNET
  127.  
  128. /* Defined if you have the file command */
  129. #undef HAVE_FILECMD
  130.  
  131. /* Defined if you have libXpm, <X11/xpm.h>, libXext, <X11/extensions/shape.h> */
  132. #undef HAVE_XPM_SHAPE
  133.  
  134. /* Defined if you have shadow passwords on Linux */
  135. #undef LINUX_SHADOW
  136.  
  137. /* Defined if you have the crypt prototype in neither unistd.h nor crypt.h */
  138. #undef NEED_CRYPT_PROTOTYPE
  139.  
  140. /* Defined if your CPP understands ## macro token pasting method */
  141. #undef HAVE_PORTABLE_TOKEN_PASTING
  142.  
  143. /* Define if you want to use SCO pty opening routines */
  144. #undef SCO_FLAVOR
  145.  
  146. /* Define if your system has struct linger */
  147. #undef HAVE_STRUCT_LINGER
  148.  
  149. /* Define if your curses has this one (AIX, OSF/1) */
  150. #undef USE_SETUPTERM
  151.  
  152. /* Link in ext2fs code for delfs experimental file system */
  153. #undef USE_EXT2FSLIB
  154.  
  155. @BOTTOM@
  156.  
  157. #ifdef HAVE_LIBPT
  158. #    define HAVE_GRANTPT
  159. #endif
  160.  
  161. #ifdef HAVE_XVIEW
  162. #    include <xvmain.h>
  163. #endif
  164.